- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 33
⬆️ Update adafruit-circuitpython-ads1x15 to v2.4.4 #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| Important Review skippedBot user detected. To trigger a single review, invoke the  You can disable this status message by setting the  WalkthroughThe recent updates involve upgrading the  Changes
 Poem
 🪧 TipsChatThere are 3 ways to chat with CodeRabbit: 
 SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
 Other keywords and placeholders
 CodeRabbit Configuration File ( | 
d4375a4    to
    fb8b726      
    Compare
  
    fb8b726    to
    b643d42      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- mqtt-io/requirements.txt (1 hunks)
Files skipped from review due to trivial changes (1)
- mqtt-io/requirements.txt
b643d42    to
    e34d63c      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- mqtt-io/requirements.txt (1 hunks)
Additional comments not posted (1)
mqtt-io/requirements.txt (1)
1-1: Verify compatibility withadafruit-circuitpython-ads1x15version 2.4.0.The update to
adafruit-circuitpython-ads1x15version2.4.0may introduce new features or changes. Ensure that the rest of the codebase is compatible with this version, especially if it utilizes new functionality like the Comparator feature.
e34d63c    to
    2fcfaa4      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- mqtt-io/requirements.txt (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- mqtt-io/requirements.txt
7ede4f4    to
    ffa61db      
    Compare
  
    ffa61db    to
    1276262      
    Compare
  
    00d676d    to
    d7c35e6      
    Compare
  
    d7c35e6    to
    dabea38      
    Compare
  
    1d4aa13    to
    b456394      
    Compare
  
    b456394    to
    04ed80a      
    Compare
  
    04ed80a    to
    3c22cc6      
    Compare
  
    796f04c    to
    92068c5      
    Compare
  
    92068c5    to
    013086a      
    Compare
  
    013086a    to
    a20adad      
    Compare
  
    a20adad    to
    0eca6e3      
    Compare
  
    0eca6e3    to
    06ec2a3      
    Compare
  
    06ec2a3    to
    7858e96      
    Compare
  
    7858e96    to
    c26e8af      
    Compare
  
    
This PR contains the following updates:
==2.2.19->==2.4.4Release Notes
adafruit/Adafruit_CircuitPython_ADS1x15 (adafruit-circuitpython-ads1x15)
v2.4.4: - Update RTD ConfigCompare Source
Full Changelog: adafruit/Adafruit_CircuitPython_ADS1x15@2.4.3...2.4.4
v2.4.3: - Use RuffCompare Source
What's Changed
New Contributors
Full Changelog: adafruit/Adafruit_CircuitPython_ADS1x15@2.4.2...2.4.3
v2.4.2: - RTD Sphinx ConfigCompare Source
Full Changelog: adafruit/Adafruit_CircuitPython_ADS1x15@2.4.1...2.4.2
v2.4.1: - Fix For Sphinx RTD ThemeCompare Source
Full Changelog: adafruit/Adafruit_CircuitPython_ADS1x15@2.4.0...2.4.1
v2.4.0: - Additional Comparator SettingsCompare Source
What's Changed
Full Changelog: adafruit/Adafruit_CircuitPython_ADS1x15@2.3.0...2.4.0
v2.3.0: - Added Comparator FunctionalityCompare Source
What's Changed
New Contributors
Full Changelog: adafruit/Adafruit_CircuitPython_ADS1x15@2.2.26...2.3.0
v2.2.26: - Update value Property DocstringCompare Source
What's Changed
valueproperty by @caternuson in #97Full Changelog: adafruit/Adafruit_CircuitPython_ADS1x15@2.2.25...2.2.26
v2.2.25: - Fix RTD Docs Build and Unpin SphinxCompare Source
Changes: adafruit/Adafruit_CircuitPython_ADS1x15@2.2.24...2.2.25
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython,
pip3 install adafruit-circuitpython-ads1x15.Read the docs for info on how to use it.
v2.2.24: - Handle Import ErrorCompare Source
This release adds a fallback for enabling the library to work in contexts where microcontroller.Pin cannot be imported. Thank you @ilario
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython,
pip3 install adafruit-circuitpython-ads1x15.Read the docs for info on how to use it.
v2.2.23: - Fix RTD Theme IssueCompare Source
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython,
pip3 install adafruit-circuitpython-ads1x15.Read the docs for info on how to use it.
v2.2.22: - Updated .pylintrc, fixed jQueryCompare Source
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython,
pip3 install adafruit-circuitpython-ADS1x15.Read the docs for info on how to use it.
v2.2.21: - Updated type annotationsCompare Source
Updated type annotations for this library. The last release did not contain these changes. Thanks @scirelli!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython,
pip3 install adafruit-circuitpython-ads1x15.Read the docs for info on how to use it.
v2.2.20: - Updated type annotationsCompare Source
Updated type annotations for this library. Thanks @scirelli!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython,
pip3 install adafruit-circuitpython-ads1x15.Read the docs for info on how to use it.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.